addhook("endround","win")
function win(id)
if game("score_ct")>=score_ct then
parse("sv_sound \"zombie attack/humans_win.wav\"")
score_ct = score_ct+1
elseif game("score_t")>=score_t then
score_t = score_t+1
parse("sv_sound \"zombie attack/zm_win.wav\"")
end
end